Esx Settings Clusters Configuration AuditRecords Info
The Esx Settings Clusters Configuration AuditRecords Info schema contains Audit Info of an operation for a cluster in vCenter Server.
This schema was added in vSphere API 8.0.2.0.
{
"cluster_id": "string",
"operation": "string",
"username": "string",
"start_time": "string",
"end_time": "string",
"status": "string",
"operation_details": {
"error": {},
"task_id": "string",
"draft_id": "string",
"cancelled": false
}
}
Identifier of the cluster.
This property was added in vSphere API 8.0.2.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource
.
Name of the operation which can be one of
- Import
- Export
- Remediate
- Checkcompliance
- Precheck
- Transition-Enable
- Draft-List
- Draft-Create
- Draft-ImportFromHost
- Draft-Get
- Draft-ExportConfig
- Draft-Update
- Draft-ShowChanges
- Draft-CheckCompliance
- Draft-Precheck
- Draft-Delete
- Draft-Apply
- Draft-GetSchema
This property was added in vSphere API 8.0.2.0.
When clients pass a value of this schema as a parameter, the property must be one of Import
, Export
, Remediate
, Checkcompliance
, Precheck
, Transition-Enable
, Draft-List
, Draft-Create
, Draft-ImportFromHost
, Draft-Get
, Draft-ExportConfig
, Draft-Update
, Draft-ShowChanges
, Draft-CheckCompliance
, Draft-Precheck
, Draft-Delete
, Draft-Apply
, or Draft-GetSchema
. When operations return a value of this schema as a response, the property will be one of Import
, Export
, Remediate
, Checkcompliance
, Precheck
, Transition-Enable
, Draft-List
, Draft-Create
, Draft-ImportFromHost
, Draft-Get
, Draft-ExportConfig
, Draft-Update
, Draft-ShowChanges
, Draft-CheckCompliance
, Draft-Precheck
, Draft-Delete
, Draft-Apply
, or Draft-GetSchema
.
User who initiated the operation
This property was added in vSphere API 8.0.2.0.
Time when the operation Esx Settings Clusters Configuration AuditRecords Info.operation was started
This property was added in vSphere API 8.0.2.0.
startTime might not be available for a task.
Time when the operation Esx Settings Clusters Configuration AuditRecords Info.operation was completed
This property was added in vSphere API 8.0.2.0.
endTime might not be available for a task.
Status of the operation Esx Settings Clusters Configuration AuditRecords Info.operation
For more information see: Cis Task Status.
This property was added in vSphere API 8.0.2.0.
Details of the operation.
This property was added in vSphere API 8.0.2.0.
operationdetails might not be available for an operation which is not a task.